home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / Source / Telnet 2.6.1d1 4⁄26⁄94 Folder / source / vr / vrrgmac.proto.h < prev   
Text File  |  1993-09-01  |  663b  |  17 lines

  1.  
  2. /* vrrgmac.c */
  3. void MacRGinit(void);
  4. short MacRGnewwindow(char *name, short x1, short y1, short x2, short y2);
  5. short MacRGsubwindow(short wn);
  6. void MacRGsetwindow(short wn);
  7. void MacRGdestroy(short wn);
  8. void MacRGremove(short wn);
  9. short MacRGfindwind(WindowPtr wind);
  10. void MacRGcopy(WindowPtr wind);
  11. short MacRGupdate(WindowPtr wind);
  12. void MacRGsetdevice(void);
  13. short MacRGraster(char *data, short x1, short y1, short x2, short y2, short rowbytes);
  14. short MacRGfill(short x1, short y1, short x2, short y2);
  15. short MacRGcopyrgn(short x1, short y1, short x2, short y2, short x3, short y3, short x4, short y4);
  16. short MacRGmap(short start, short length, char *data);
  17.